home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 763 b | 28 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWArcObj.k
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWARCOBJ_K
- #define FWARCOBJ_K
-
- //========================================================================================
- // Macro Definitions
- //========================================================================================
-
- #define FW_RBoolean byte
-
- // By Value Flags
- #define FW_kPrivIDOnly 0
- #define FW_kPrivIDAndValue 1
-
- // Special Registry IDs
- #define FW_kPrivNotInRegistry -1
- #define FW_kPrivNULLObjectID -2
-
- #endif
-